procedure definition造句
例句与造句
- Keyword in the procedure definition
关键字是良好的编程习惯。 - The procedure definition is then stored in an unreadable form
这样,过程定义将以不可读的形式存储。 - Procedure definition begun by a matching
用于终止由匹配的 - Encrypting procedure definitions
加密过程定义 - Corresponding to each parameter in the procedure definition is an
与过程定义中的每个参数对应的是过程调用中的变量。 - It's difficult to find procedure definition in a sentence. 用procedure definition造句挺难的
- The part of the procedure definition that specifies the parameters is called the parameter list
指定参数的过程定义部分称为“参数列表” 。 - A procedure can define only one parameter array , and it must be the last parameter in the procedure definition
一个过程只能定义一个参数数组,而且此参数数组必须是过程定义中的最后一个参数。 - The create procedure definition itself can include any number and type of sql statements , except for the following statements
Create procedure定义自身可以包括任意数量和类型的sql语句,但以下语句除外。 - You can then deploy your assemblies and stored procedure definitions to the db2 windows server using our clr procedure wizard
然后可以使用clr procedure向导将assembly和存储过程定义部署到db2 windows服务器。 - The model dmswf focuses on procedure definition with a certain subject , procedure modeling based on finite automation and resource model figured as logic tree
其中包括具有主题意义的过程定义、基于有穷状态机的过程建模以及逻辑树表示的资源模型等。 - If you are creating a stored procedure and you want to make sure that the procedure definition cannot be viewed by other users , you can use the with encryption clause
如果要创建存储过程,并且希望确保其他用户无法查看该过程的定义,则可以使用with encryption子句。 - If a previous procedure definition was created using with encryption or with recompile , these options are enabled only if they are included in alter procedure
如果原来的过程定义是使用with encryption或with recompile创建的,那么只有在alter procedure中也包含这些选项时,这些选项才有效。 - Set options , such as quoted identifier and ansi nulls , are persisted with stored procedure definition and , therefore , take precedence over different values explicitly set for them
Set选项(例如, quoted _ identifier和ansi _ nulls )与存储过程定义保留在一起,因此它优先于显式为其设置的其他值。 - If you replicate the execution of a stored procedure , the procedure definition is replicated to the subscriber when the subscription is initialized ; when the procedure is executed at the publisher , replication executes the corresponding procedure at the subscriber
如果复制存储过程的执行,则在初始化订阅时,会将过程定义复制到订阅服务器;当在发布服务器上执行该过程时,复制将在订阅服务器上执行相应的过程。